home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Esportes / FishHunter.swf / scripts / DefineButton2_289 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2005-08-05  |  199 b   |  14 lines

  1. on(release){
  2.    if(_root.sound_flg == 1)
  3.    {
  4.       _root.sound_flg = 0;
  5.       _root.midistop(1);
  6.    }
  7.    else
  8.    {
  9.       _root.sound_flg = 1;
  10.       _root.midiplay(1);
  11.    }
  12.    play();
  13. }
  14.